✅Unity Essentials: Get started with Unity
https://gyazo.com/2ce921c0d656318f28cbba91d24e1c6e
Unity learning material: Unity essentials
microgameをやる
未完成のステージをチュートリアルに沿って構築していくという内容
move gizmo
https://gyazo.com/2a49fa2e5fc447dc984371ae02f8e609
alt + ~で視界移動とかができる
回転の中心点がクリック位置になる
UnityにWegGL componentを追加する必要あり
componentインストール後にさらに再起動しないと途中でビルドが何事もなかったかのように中断されてわからん、となる
こんなに簡単にゲームをPublishできるなんて!
Unityのリリースは2系統
Long-Term Support
特に理由がなければ通常こっちを使う
年に1回リリースされる
TECH Stream release
新機能はこっちから実装されるので、こっちにしかない機能がある場合がある
年に2回リリースされる
Unity 2021.2.6.f1のfは final release
Alpha (a)
Beta (b)
A candidate for final release (rc)
A final release (f)
チュートリアルやサンプルもtemplateとして提供されている
3Dプロジェクトを一から作っていく
新しく学ぶことはなかった
tackages are small collections of Unity features or assets that help you do different things in your projects.
This includes both:
Core features of Unity, that are installed by default alongside the Editor
Additional packages, that you can install in a project when you need them
Package
package manager window
impportしたAsset管理
packages管理
Unity Essentials: Explore Unity
Real-time creation
つまんなそうなので飛ばす
Foundations of real-time 3D
Essentials of programming in Unity
scripting
ほとんどわかってると思ったので飛ばす